GtkFileSystem: Add to the list of remote filesystems
authorRoss Lagerwall <rosslagerwall@gmail.com>
Tue, 8 Sep 2015 22:12:54 +0000 (23:12 +0100)
committerRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 10 Sep 2015 20:46:36 +0000 (21:46 +0100)
Add afp and google-drive to the list of remote filesystems.

https://bugzilla.gnome.org/show_bug.cgi?id=754746

gtk/gtkfilesystem.c

index 421166325f609409baa45e852ed136ec89228bf6..4ed028f432a64f13cd2678110815004b114ef3b4 100644 (file)
@@ -924,6 +924,8 @@ _gtk_file_has_native_path (GFile *file)
 }
 
 static const gchar * const remote_types[] = {
+  "afp",
+  "google-drive",
   "sftp",
   "webdav",
   "ftp",